.top{
    display: flex;
    display: -webkit-flex;
    margin-top: 15px;
}
.top .lbadv{
    width: 50%;
    height: 400px;
}
.top .lbadv .swiper-slide{
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
}
.top .lbadv .swiper-slide img{
    width: 100%;
    height: 400px;
}
.top .lbadv .swiper-slide span{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
    background:rgba(0, 0,0, 0.5);
    bottom: 0;
    left: 0;
    padding-left: 10px;
}
.top .lbadv .swiper-pagination{
    text-align: right;
}
.top .lbnews{
    width: 48%;
    margin-left: 2%;
}
.lbtab{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.lbtab span{
    width: 100%;
    color: #1F61AE;
    text-decoration: none;
    font-weight: bolder;
    font-size: 18px;
    border-bottom: 2px solid #1F61AE;
}
.lbtab .lbtabnav.active{
    /*color: #1F61AE;
    border-bottom: 2px solid #1F61AE;*/
     background: #1560B3;
    color: #ffffff;
}
.lbtab .lbtabnav{
    width: 30%;
    bottom: 5px;
    right: 0;
    height: auto;
    text-decoration: none;
    color: #000000;
     margin-right: 5px;
    background: #E4E4E4;
    text-align: center;
   /* border-bottom: 2px solid #B5B5B5;*/
      border-top-right-radius: 10px;
}
.lbtab .lbtabmore{
    position: absolute;
    bottom: 5px;
    right: 0;
    height: auto;
    width: 30px;
}
.lbtab .lbtabmore img{
    width: 100%;
}
.lblist {
    margin-top: 15px;
    display: none;
}
.lblist.active{
    display: block;
}
.lblist_item{
    height: 30px;
    line-height: 30px;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.lblist_item a{
    width:75%;
    text-decoration: none;
    color: #636060;
    position: relative;
    font-size: 15px;
    padding-left: 5%;
}
.lblist_item a:before{
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    background: url('../../../img/home/icon_triangle.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 0px;
}
.lblist_item span{
    width: 20%;
    font-size: 15px;
    color: #636060;
}
.midnav{
    display: inline-flex;
    display: -webkit-inline-flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content:space-between;
    margin-top: 15px;
}
.midnav a{
    width: 16%;
}
.midnav a img{
    width: 100%;
}
.midnews{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content:space-between;
    margin-top: 20px;
}
.midnews_left{
    width: 33%;
    border: 1px solid #1F61AE;
    padding: 10px;
}
.midlefttab{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.midlefttab img{
    position: absolute;
    bottom: 5px;
    right: 0;
    height: auto;
    width: 30px;
}
.midlefttab a{
    width: 29%;
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    background: #E4E4E4;
    border-top-right-radius: 10px;
    /*border-bottom: 2px solid #B5B5B5;*/
}
.midlefttab a.active{
   /* color: #1F61AE;
    border-bottom: 2px solid #1F61AE;*/
    background: #1560B3;
    color: #ffffff;
}
.midleftlist{
    margin-top: 15px;
    display: none;
}
.midleftlist.active{
    display: block;
}
.midleft_item{
    height: 26px;
    line-height: 26px;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.midleft_item a{
    width:75%;
    text-decoration: none;
    color: #636060;
    position: relative;
    font-size: 13px;
    padding-left: 5%;
}
.midleft_item a:before{
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background: url('../../../img/home/icon_triangle.png')  no-repeat center/ 100% 100%;
    top: 6px;
    left: 0px;
}
.midleft_item span{
    width: 20%;
    font-size: 13px;
    color: #636060;
}
.midnews_mid{
    width: 33%;
    border: 1px solid #1F61AE;
    padding: 10px;
}
.midmidtab{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.midmidtab img{
    position: absolute;
    bottom: 5px;
    right: 0;
    height: auto;
    width: 30px;
}
.midmidtab a{
    width: 29%;
    color: #000000;
    text-decoration: none;
    font-weight: bolder;
    font-size: 16px;
     text-align: center;
    margin-right: 5px;
    background: #E4E4E4;
    border-top-right-radius: 10px;
   /* border-bottom: 2px solid #B5B5B5;*/
}
.midmidtab a.active{
    /*color: #1F61AE;
    border-bottom: 2px solid #1F61AE;*/
    background: #1560B3;
    color: #ffffff;
}
.midmidlist{
    margin-top: 15px;
    display: none;
}
.midmidlist.active{
    display: block;
}
.midmid_item{
    height: 26px;
    line-height: 26px;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.midmid_item a{
    width:75%;
    text-decoration: none;
    color: #636060;
    position: relative;
    font-size: 13px;
    padding-left: 5%;
}
.midmid_item a:before{
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background: url('../../../img/home/icon_triangle.png')  no-repeat center/ 100% 100%;
    top: 6px;
    left: 0px;
}
.midmid_item span{
    width: 20%;
    font-size: 13px;
    color: #636060;
}
.midnews_right{
    width: 27%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.midnews_right_top{
    padding: 10px;
    border: 1px solid #1F61AE;
    width: 100%;
}
.midnews_right_top>p{
    margin: 0;
    font-weight: bolder;
    font-size: 16px;
    color: #1F61AE;
   /* border-bottom: 2px solid #B5B5B5;*/
    height: 26px;
    line-height: 26px;
    position: relative;
}
.midnews_right_top>p>span{
    background: #1560B3;
    color: #ffffff;
    padding: 4px 8px;
}
.midnews_right_top>p>img{
    position: absolute;
    bottom: 5px;
    right: 0;
    height: auto;
    width: 30px;
}
.midnews_right_top>p{
    margin-top: 10px;
}
.midrightlist{
    margin-top: 15px;
    margin-bottom: 10px;
}
.midright_item{
    height: 26px;
    line-height: 26px;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.midright_item a{
    width:75%;
    text-decoration: none;
    color: #636060;
    position: relative;
    font-size: 13px;
    padding-left: 5%;
}
.midright_item a:before{
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background: url('../../../img/home/icon_triangle.png')  no-repeat center/ 100% 100%;
    top: 6px;
    left: 0px;
}
.midright_online{
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-top: 10px;
}
.midright_contact{
     width: 100%;
    display:flex;
    display:-webkit-flex;
}
.midright_contact>a{
    margin-top: 5px;
    text-decoration: none;
    color: #0a0a0a;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
     position: relative;
    padding-left: 20px;
}
.midright_contact>a:first-child:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../../img/home/icon_mail.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 2px;
}
.midright_contact>a:nth-child(2):before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../../../img/home/icon_tel.png')  no-repeat center/ 100% 100%;
    top: 7.5px;
    left: 7px;
}
.midright_ewm{
    width: 100%;
    display:flex;
    display:-webkit-flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.midright_ewm_item{
    width: 25%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.midright_ewm_item img{
    width: 80%;
}
.midright_ewm_item span{
    padding-top: 5px;
    font-size: 7px;
    text-align: center;
}
.midnews_right_bottom{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}
.midnews_right_bottom a{
    width: 47%;
}
.midnews_right_bottom a img{
    width: 100%;
}
.mcfw{
    width: 100%;
    margin-top: 25px;
}
.mcfw_guide{
    width: 100%;
}
.mcwf_top{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    width: 100%;
}
.mcwf_top.border_bottom{
    border-bottom: 2px dashed #CBCBCB;
}
.mcfw_item{
    width: 33.3%;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items:center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mcfw_item img{
    width: 25%;
    margin-right: 3%;
    margin-left: 2%;
}
.mcfw_list{
    width: 60%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.mcfw_tab{
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: nowrap;
    position: relative;
    height: 25px;
}
.mcfw_tab a{
    width: 30%;
    text-decoration: none;
    background: #E4E4E4;
    font-weight: bolder;
    color: #0a0a0a;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    margin-right: 3%;
     border-top-right-radius:8px;
}
.mcfwtab6 a:first-child{
    width: 55%;
}
.mcfwtab6 a:last-child{
    width: 30%;
}
.mcfw_tab a.active{
    background: #1560B3;
    color: #FFFFFF;
}
.mcfw_tab img{
    position: absolute;
    right: -30px;
    bottom: 3px;
    width: 12px;
    height: 12px;
}
.mcfw_news{
    margin-top: 5px;
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
}
.mcfw_news a{
    width: 100%;
    text-decoration: none;
    color: #636060;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
}
.hidden{
    display: none;
}
.flink{
    width: 100%;
    margin-top: 35px;
}
.flink_guide{
    width: 100%;
}
.mcfw_flist{
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #1560B3;
    height: 60px;
    align-items: center;
    margin-top: 30px;
}
.mcfw_flist select{
    width: 15%;
    background: #FFFFFF;
    color: #1560B3;
    border-radius: 10px;
    border: none;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding-left: 5px;
    margin-right: 15px;
}
.mails{
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    margin-top: 10px;
    width:100%;
}
.mail_item{
    width: 48%;
}
.mail_item:first-child{
    width: 98%;
}
.mail_item:nth-child(2){
    width: 55%;
}
.mail_item:nth-child(3){
    width: 45%;
}
.mail_item>p{
    background: #1560B3;
    color: #ffffff;
    padding: 4px 0;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    width: 100px;
}
.mail_item:first-child>p{
    width:100%;
}
.mail_part{
    position: fixed;
    right: 10px;
    bottom:5%;
    border: 2px solid #1F61AE;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
.mail_part>p:first-child{
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.mail_part>a:nth-child(2){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    color:#0a0a0a;
}
.mail_part>a:nth-child(2)>img{
    width:35px;
    margin-right:5px;
}
.float_left{
   position: fixed;
  top:5vh;
  left:2vw;
  width:200px;
}
.float_left>img{
    width:100%;
    height:auto;
}
.float_right{
 position: fixed;
  top:5vh;
  right:2vw;
  width:200px;
}
.float_right>img{
    width:100%;
    height:auto;
}